Release 10.1A: OpenEdge Data Management:
Database Administration
Full backup example
The database administrator of Company X’s development department performs a full backup of the
devel.dbevery Friday, and incremental backups on other weekdays. Both full and incremental backups are done on disk and on a single disk file. The database is on a Windows system.When choosing the parameters, consider that the backup takes significantly longer when you use the -
comor -redparameters. If you use the -redparameter, the backup also uses more backup media.You can perform an incremental offline backup of the
devel.dbdatabase. To perform an online backup, skip Steps 2 through 4.
![]()
To perform an incremental offline backup of the
devel.dbdatabase:
- Prepare the backup diskettes according to the operating system documentation.
- Verify that the database is not in use by entering the following command:
- Shut down
devel.dbby entering the following command:
- Run PROBKUP -
estimateto determine how much media is necessary for the backup, since this is the first time you are making a backup of the database:
The following message tells you about the state of your system, and how much media is necessary for backup:
- Enter the following command to perform a full offline database backup:
Enter the following command to perform a full online database backup:
Note: You cannot use the -
scanparameter for online backups.These are the parameters for the commands:
develIdentifies the name of the database you are backing up.
onlineSpecifies that the backup is an online backup.
a:\devbackSpecifies the output destination is a file,
\devback, on thea:drive.-verboseTells PROBKUP to display information at 10-second intervals during the backup.
-comIndicates that the data should be compressed before it is written to the disk drive. If you specify the -
comparameter and do not use -scan, PROBKUP displays the number of blocks and the amount of backup required for an uncompressed database.-red 5Creates one error-correction block for every five blocks that are backed up.
-scanAllows the backup utility to scan the database before backing it up to determine the number of blocks to be backed up.
As the full offline backup of
devel.dbexecutes, the following report appears:
As the full online backup of
devel.dbexecutes, the following report appears:
The number of backup blocks is the number of -
bfunits written to the tape. Backup blocks contain data, primary recovery (BI), and error-correction blocks.This example backs up a very small database. Using the -
redparameter on a larger database increases the amount of time and backup media required for the backup.- If you have after-imaging enabled, back up the AI files onto a separate disk using a separate operating system backup utility.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |